Release notes
2022r1
Addition of trailer API
In this version, the trailer API has been added to expose the trailer management functionality to external systems.
It contains the following calls:
Trailers:
-
POST /trailerto create or update a trailer, -
GET /trailersto search for trailers, -
PUT /trailersto update a trailer, -
GET /trailersto retrieve the details of a trailer, -
DELETE /trailers
Trailer campaigns:
-
POST /trailerCampaignsto create or update a campaign, -
PUT /trailerCampaignsto update a campaign, -
GET /trailerCampaignsto retrieve the details of a campaign, -
DELETE /trailerCampaigns
Drop-downs:
-
trailer types
-
version types
-
departments
-
categories
-
content target groups
-
content values
-
statuses of trailer type
-
priorities
-
target groups
-
custom attribute drop-downs
General:
-
API call to retrieve the YAML file
-
Login call
The calls support custom attributes.
If a user is logged in, they need trailer management permissions to execute the trailer calls.